From c55459986eb11655714981fb142cd58185f805c4 Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Sun, 1 Oct 2006 11:39:41 -0600 Subject: [PATCH] [IA64] warning fix Signed-off-by: Alex Williamson --- xen/arch/ia64/xen/xenpatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/ia64/xen/xenpatch.c b/xen/arch/ia64/xen/xenpatch.c index 0fe0354a60..561e48d28e 100644 --- a/xen/arch/ia64/xen/xenpatch.c +++ b/xen/arch/ia64/xen/xenpatch.c @@ -108,7 +108,7 @@ static void xen_patch_frametable_miss(u64 offset) void xen_patch_kernel(void) { - unsigned long patch_offset, orig_val, new_val; + unsigned long patch_offset; patch_offset = xen_pstart - (KERNEL_START - PAGE_OFFSET); -- 2.30.2